home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / lzhtv10.arc / LZHTV.DOC < prev    next >
Text File  |  1989-04-21  |  3KB  |  107 lines

  1.   
  2.   
  3.                                 L z h   T V
  4.   
  5.                            Version 1.0, 04-21-89
  6.   
  7.                    Online .LZH Directory/Text View Module
  8.                       for .LZH files made with LHARC10
  9.  
  10.                                  LZHTV10.ZIP
  11.   
  12.           Copyright (C) 1989 Samuel H. Smith;  ALL RIGHTS RESERVED
  13.   
  14.   
  15.                         This program is supported by:
  16.   
  17.                               The Tool Shop BBS
  18.                                  Phoenix, AZ
  19.                              (602) 264-3969 (HST)
  20.                           (602) 279-2673 (HAYES 9600)
  21.   
  22.   
  23. 'LzhTV' is a small text-view utility for .LZH files created with
  24. Haruyasu Yoshizaki's LHARC10.   It allows you to directly list out text
  25. files in a .LZH without first extracting them.  This version is
  26. compatible with network filesharing.  Run LzhTV without parameters for a
  27. summary of command syntax.
  28.  
  29. This utility can be used as a simple DOOR in systems that can provide a
  30. filespec for .LZH viewing.
  31.  
  32. This utility is compatible only with PKware LHARC10.EXE and later file
  33. formats.
  34.  
  35.  
  36. Usage
  37. -----
  38.    LzhTV [-Pport] [-Tminutes] FILE[.Lzh] ... FILE  [<IN] [>OUT]
  39.  
  40.    -Pn   Enables com port COMn and monitors carrier.
  41.          Local operation allowed with -P0.
  42.  
  43.    -Tn   Allows user to stay in program for n minutes.
  44.  
  45.  
  46. Example PCBVIEW.BAT for PCBoard 14.0  (dos 3.3 and later)
  47. ------------------------------------
  48.    @LzhTV -p1 %1 >pcbview.txt
  49.  
  50.  
  51. Example PCBVIEW.BAT for PCBoard 14.0  (dos 3.2 and earlier)
  52. ------------------------------------
  53.    echo off
  54.    LzhTV -p1 %1 >pcbview.txt
  55.  
  56.  
  57. Example PROD.CNF for ProDoor 2.9  (2-18-89 and later)
  58. --------------------------------
  59.    LzhTV -p$N$ -t$TIME$
  60.  
  61.  
  62.  
  63. Revision history
  64. ----------------
  65.  
  66. 4-21-89
  67.    Initial coding and release.
  68.  
  69.  
  70. LICENSE
  71. =======
  72.  
  73. You may copy and distribute this program freely, provided that:
  74.     1)   No fee is charged for such copying and distribution, and
  75.     2)   It is distributed ONLY in its original, unmodified state.
  76.  
  77. If you wish to distribute a modified version of this program, you MUST
  78. include the source code.
  79.  
  80. If you modify this program, I would appreciate a copy of the new source
  81. code.  I am holding the copyright on the source code, so please don't
  82. delete my name from the program files or from the documentation.
  83.  
  84.  
  85. SUPPORT
  86. =======
  87.  
  88. I work very hard to produce a software package of the highest quality
  89. and functionality.  I try to look into all reported bugs, and will
  90. generally fix reported problems within a few days.
  91.  
  92. IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY LOST
  93. PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES
  94. ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM, OR FOR ANY
  95. CLAIM BY ANY OTHER PARTY.
  96.  
  97. If you have any questions, bugs, or suggestions, please contact me at:
  98.  
  99.                            The Tool Shop BBS
  100.                        (602) 264-3969 (HST 9600)
  101.                        (602) 279-2673 (HAYES 9600)
  102.  
  103. The latest version is always available for downloading.
  104.  
  105. Enjoy!     Samuel H. Smith
  106.            Sysop of The Tool Shop.
  107.